home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- set the visible of sprite 13 to 0
- set the visible of sprite 14 to 0
- set the visible of sprite 15 to 0
- set the visible of sprite 16 to 0
- set the visible of sprite 17 to 0
- set the visible of sprite 18 to 0
- set the visible of sprite 19 to 0
- set the visible of sprite 25 to 0
- if rollOver(13) then
- set the visible of sprite 13 to 1
- end if
- if rollOver(14) then
- set the visible of sprite 14 to 1
- end if
- if rollOver(15) then
- set the visible of sprite 15 to 1
- end if
- if rollOver(16) then
- set the visible of sprite 16 to 1
- end if
- if rollOver(17) then
- set the visible of sprite 17 to 1
- end if
- if rollOver(18) then
- set the visible of sprite 18 to 1
- end if
- if rollOver(19) then
- set the visible of sprite 19 to 1
- end if
- if rollOver(25) then
- set the visible of sprite 25 to 1
- else
- nothing()
- end if
- end
-
- on exitFrame
- go(marker(0))
- end
-